home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000044 < prev    next >
Text File  |  1998-04-20  |  2KB  |  64 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                VEHICLE:        HBStriker
  6. //
  7. //                BASE ID:        500
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. // This is a sample MechBase Data File.
  12. [ObjectClass]
  13. l ObjectTypeNum = 3
  14.  
  15. [Header]
  16. st FileType                            = "GroundVehicleType"
  17.  
  18. [General]
  19. ul ID                                = 500                // ID number for this mech type
  20. uc Alignment                        = 0                    // 0 = Inner Sphere, 1 = Clan
  21. st Name                                = "HB Striker"        // vehicle type description
  22. uc Chassis                            = 0                    // Standard Chassis        
  23. f TonnageClass                        = 35.0                // 80 tons
  24.  
  25. [InternalStructure]
  26. //------------------------------------------------------------------------
  27. // In theory, the following should be dictated by the MaxTonnage, correct?
  28. uc Front                            = 1
  29. uc Left                                = 1
  30. uc Right                            = 1
  31. uc Rear                                = 1
  32. uc Turret                            = 1
  33.  
  34. [ObjectType]
  35. st Name                             = "HBSTRKR"        // Text string giving a descriptive name  (only 8 chars long!!)
  36. l Type                                 = 43            // ID number for this mech type
  37. l Appearance                        = 0x05000031
  38. l Duration                            = -1            // Lasts forever = -1
  39. l MaxDamage                            = 200            // Number of damage points before BOOM!
  40. l ExplosionObject                    = 41            // Object Class Number of explosion for Mech
  41. l DestroyedObject                    = 101            // Object Class Number of Destroyed shape for Mech
  42. f ExtentRadius                        = 15            // Extent Radius in Meters
  43. l IconNumber                        = 119
  44.  
  45. [Control]
  46. ul Type                                = 2                //player = 1, ai = 2, net = 3
  47. ul DataType                            = 1                //mech control data = 1
  48.  
  49. [Dynamics]
  50. ul Type                                = 2                //Mech dynamics = 1
  51.  
  52. [VehicleDynamics]
  53. l maxTurretYawRate                    = 120
  54. l maxTurretYaw                        = 360
  55. l maxVehicleYawRate                    = 360
  56. f maxAccel                            = 15.0    //18.0
  57. f maxVelocity                        = 15.0    //18.0
  58.  
  59. [AudioVisual]
  60. st Anim =                            "animString"
  61. uc[3] MoveAnimSpeed =                0,2,1
  62.  
  63. FITEnd
  64.